找传奇、传世资源到传世资源站!

WinAPI IOCP Programming: Scalable File I/O

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

The solution implements copying a folder with multiple files using asynchronous I/O in Windows. It is created mainly as a demonstration of WinAPI IOCP programming. WinAPI IOCP Programming: Scalable File I/O 常规C/C++编程-第1张 unsigned __stdcall WorkThreadFunction(void* param)
    {
    ...
                io::OVERLAPPEDPLUS* ovlPlus = CONTAINING_RECORD(ovl, io::OVERLAPPEDPLUS, m_ovl);
    ...
                ovlPlus->m_poolClient->OnOperationCanceled(ovl);
    ...
                ovlPlus->m_poolClient->OnOperationCompleted(ovl, transferred);    
...
    }

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复